home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / elcheapofax / faxcmd / libfax / rcs / response.h,v < prev    next >
Text File  |  1995-03-09  |  1KB  |  114 lines

  1. head    1.3;
  2. access;
  3. symbols
  4.     OCT93:1.3;
  5. locks;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.3
  10. date    93.09.18.20.16.23;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.2;
  13.  
  14. 1.2
  15. date    93.06.11.16.15.25;    author Rhialto;    state Exp;
  16. branches;
  17. next    1.1;
  18.  
  19. 1.1
  20. date    93.06.11.15.19.27;    author Rhialto;    state Exp;
  21. branches;
  22. next    ;
  23.  
  24.  
  25. desc
  26. @Prototypes for response.c
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @Unconditional prototypes.
  33. @
  34. text
  35. @/* $Id: response.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
  36.  * $Log: response.h,v $
  37.  * Revision 1.2  1993/06/11  16:15:25  Rhialto
  38.  * First real RCS checkin
  39.  *
  40.  */
  41. /*
  42.   response.h
  43.  
  44.   (c) Copyright 1991 by David M. Siegel.
  45.       All rights reserved.
  46.  
  47.   %W% %G% %U%
  48. */
  49.  
  50. #ifndef in_libfax_response_h
  51. #define in_libfax_response_h 1
  52.  
  53. /*
  54.   Prototypes:
  55. */
  56.  
  57. int get_modem_response_from_buf(FaxModem *f, int timeout, char *buf, int bufsize);
  58. int get_modem_response(FaxModem *f, int timeout);
  59. void init_modem_response(FaxModem *f); 
  60. void faxmodem_print_status(FaxModem *f);
  61.  
  62. #endif
  63. @
  64.  
  65.  
  66. 1.2
  67. log
  68. @First real RCS checkin
  69. @
  70. text
  71. @d1 5
  72. a5 2
  73. /* $Id$
  74.  * $Log$
  75. d23 4
  76. a26 27
  77. int get_modem_response_from_buf(
  78. #ifdef _PROTO
  79.      FaxModem *f,
  80.      int timeout,
  81.      char *buf,
  82.      int bufsize
  83. #endif
  84. );
  85.  
  86. int get_modem_response(
  87. #ifdef _PROTO
  88.      FaxModem *f,
  89.      int timeout
  90. #endif
  91. );
  92.  
  93. void init_modem_response(
  94. #ifdef _PROTO
  95.      FaxModem *f
  96. #endif
  97. );
  98.  
  99. void faxmodem_print_status(
  100. #ifdef _PROTO
  101.      FaxModem *f
  102. #endif
  103. );
  104. @
  105.  
  106.  
  107. 1.1
  108. log
  109. @Initial revision
  110. @
  111. text
  112. @d1 3
  113. @
  114.